From: Simon Josefsson Date: Thu, 21 Nov 2002 19:18:07 +0000 (+0000) Subject: (morse-code): Add Norwegian non-ASCII characters. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~29558 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=ec762219f6b83e691e65c799af3ffcc55905a5b3;p=emacs.git (morse-code): Add Norwegian non-ASCII characters. --- diff --git a/lisp/play/morse.el b/lisp/play/morse.el index e9ff8552cc2..40fc4de1d9f 100644 --- a/lisp/play/morse.el +++ b/lisp/play/morse.el @@ -79,6 +79,7 @@ ("9" . "----.") ;; Non-ASCII ("Ä" . ".-.-") + ("Æ" . ".-.-") ("Á" . ".--.-") ("Å" . ".--.-") ;; ligature character?? ("Ch" . "----") @@ -86,6 +87,7 @@ ("É" . "..-..") ("Ñ" . "--.--") ("Ö" . "---.") + ("Ø" . "---.") ("Ü" . "..--")) "Morse code character set.")